home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / libs / DigNet.lha / dignet / DigNet.readme next >
Text File  |  1997-08-25  |  3KB  |  88 lines

  1. Short:    Easy serial network handle with AREXX
  2. Uploader: kenny@bgnett.no (Kenneth "Kenny" Nilsen)
  3. Author:   kenny@bgnett.no (Kenneth "Kenny" Nilsen)
  4. Type:     util/libs 
  5. Requires: kickstart 2.0+ (own version for kickstart 1.3 included)
  6. Version:  4.0 (beta release - final release)
  7. Replaces: util/libs/DigNet*
  8.  
  9.  
  10. MAJOR UPDATE!
  11.  
  12. $VER: dignet.library 4.0ß (22.08.97) Freeware
  13.  
  14. Copyright (C) 1997 by Digital Surface/Kenneth "Kenny" Nilsen.
  15. All rights reserved.
  16.  
  17. NEWS:    - AREXX host added (!)
  18.     - A version for kickstart 1.3 included (no arexx here of course)
  19.     - 12 new functions added (beta state)
  20.     - improved include files and docs
  21.     - bug fixes
  22.  
  23. Support for
  24.  
  25.     - Assembler
  26.     - SAS/C
  27.     - Cyclone/Modula 2
  28.     - Basic
  29.  
  30. Main library is less than 13 kb in length. 1.3 version is about 7 kb.
  31.  
  32. ----------------------------------------------------------------------------
  33.  
  34. INTRODUCTION
  35.  
  36. Always  wanted to make games or programs that could support serial network ?
  37. This  will  may be the solution for you.  This library will do all the dirty
  38. work  for  you  such  as  putting  up IO structure, calling device commands,
  39. setting  parameters  and  more.   The basic functions is just as easy to use
  40. such  as  the  dos  functions  open(), read(), write() and close().  No more
  41. DoIO() !
  42.  
  43. The  library  contains function to handle modem dialup and receive.  This is
  44. ideal  if  you  plan to make your own BBS package.  You also get function to
  45. set  parameters for you such as parity, handshaking etc.  with just a simple
  46. call to the library.
  47.  
  48. The  library  even contains its own AREXX port which allows access to almost
  49. every  functions  of  the  library.  The host works like a host in its right
  50. meaning,  no  need  to  open  the library from your arexx script.  The arexx
  51. commands  are  instantly  available  as  long  as the library is resident in
  52. memory.   What  about  letting  FinalWriter at work update your documents at
  53. home via the modem directly ?
  54.  
  55. Tested with duart.device 0 and 1 with nullmodem-cable.  Tested agains modem.
  56. Should work fine with serial.device and compatible devices.  Do not use with
  57. other devices such as trackdisk.device etc.  Some of the functions are still
  58. in beta stage.
  59.  
  60. The  library  functions  are  fully  re-entrant  and  100%  system friendly.
  61. Written  in assembler for optimal speed.  Includes for Asm, SAS/C and Modula
  62. 2 in archive.
  63.  
  64. You  will  also  find  example  sources,  full  charset converter tables and
  65. developer information.
  66.  
  67.  
  68. IMPORTANT:
  69. ----------
  70.  
  71. Read the guide file for important notes!
  72.  
  73. Email  me  for  bugs  or  comments.   I  am  happy  to receive new ideas for
  74. functions and features!
  75.  
  76. This will be the last release on my part.
  77.  
  78.  
  79. TODO:
  80.  
  81. - Nothing
  82.  
  83. BUGS:
  84.  
  85. - Doesn't it work with MC68000/MC68010 ?
  86. - Does 1.3 version really work with kickstart 1.3 ?
  87.  
  88.